body {
	margin: 0px;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(bg.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
a {
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#wraper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#link {
	background-image: url(link.png);
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 18px;
	margin: 0px;
	width: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	cursor: pointer;
}
#link:hover {
	background-image: url(link2.png);
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 18px;
	margin: 0px;
	width: 90px;
}
